home *** CD-ROM | disk | FTP | other *** search
- unit tiRegCtrls;
-
- interface
-
- procedure Register;
-
- implementation
- uses
- Classes
- ,tiButtonPanel
- // ,tiTrayIcon
- ,tiListView
- // ,tiListViewPlus
- ,tiTreeView
- ,tiTreeViewPlus
- // ,tiMultiSelct
- ;
-
-
- {$R tiPatterns.dcr}
-
-
- //------------------------------------------------------------------------------
- procedure Register;
- begin
- RegisterComponents( 'TechInsite',
- [
- // TtiDBGrid
- // ,TtiAbort
- // ,TtiPickPrinter
- // ,TtiPickDirectory
- // ,TtiPickFile
- // ,TtiEditMultiSelection
- // ,TtiAmuseUser
- // ,TtiHistoryComboBox
- // ,TtiToolBar
- // ,TtiIntegerEdit
- // ,TtiFloatEdit
- // ,TtiCurrencyEdit
- // ,TtiPercentEdit
- //// ,TtiDateEdit
- // ,TtiPickAlias
- // ,TtiDateRange
- // ,TtiMultiSelct
- // ,TtiTrayIcon
- // ,TtiClock
- TtiButtonPanel
- ,TtiListView
- // ,TtiListViewPlus
- ,TtiTreeView
- ,TtiTreeViewPlus
- ]) ;
-
- end;
-
- end.
-